利用PHPMailer 来完成PHP的邮件发送
1.首先是下载PHPMailer http://code.google.com/a/apache-extras.org/p/phpmailer/ 2.解压 从中取出class.phpmai ...
1.首先是下载PHPMailer http://code.google.com/a/apache-extras.org/p/phpmailer/ 2.解压 从中取出class.phpmai ...
PHP导出Excel 很简单 在一开头输入 下面就可以是Table,html或者PHP echo出来的都行 编码遇到问题主要在于中文系统的编码,和页面的编码,统一一下就行(这里用页面 ...